home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / sci_calc / vrpot.zip / README.TXT < prev    next >
Text File  |  1996-10-24  |  4KB  |  93 lines

  1.  
  2.   Virtual Potter 3D Ver.1.0 - (c)1996 R&N Software Creation
  3.   =========================================================
  4.   Created by  : Widyo Rio (Widyo Satrio Oetomo)
  5.   release date: Nov 96
  6.  
  7.  
  8.   Virtual Potter 3D is a DOS based application. It is also a public domain
  9.   software. Which mean you can use it, and distribute it to your friends,
  10.   or put it on a BBS freely.
  11.   I have my own goal on this project: to create pottery objects on VRML
  12.   easier. So anyone could publishing their artistic pottery art in to
  13.   the world easily.
  14.  
  15.   FILES LIST
  16.   ----------
  17.   If you unzipped VRPOT.ZIP, you will have these files on your disk.
  18.     
  19.         README.TXT              - You've been read this file
  20.         VRPOT.EXE               - Virtual Potter 3D, main programs
  21.         *.POT                   - 6 (Six) samples pottery files 
  22.  
  23.   REQUIREMENT
  24.   -----------
  25.   Hardware : at least 286 PC, with EGA/VGA display monitor.
  26.              Mouse is an option, but it is recomended.
  27.   Software : at least DOS 3.3, with Mouse driver if you using Mouse.
  28.              If you run VRPOT on DOS windows under Win95, Mouse driver 
  29.              is not neccesary.
  30.  
  31.   QUICK START
  32.   -----------
  33.   VRPOT is simple. I didn't put too much feature on it. So it's make VRPOT
  34.   is easy to use. 
  35.  
  36.   After VRPOT.EXE being executed, it will show you the main menu, and
  37.   at the right side there is a 2D shape editor area.
  38.  
  39.   To start creating pottery object, click on "2D Shaper" item. It will
  40.   bring us into its 2D Shape Editor. All you have to do now is just 
  41.   drawing the 2D shape by putting arrow pointer into its desired 
  42.   location following by Left Click or pressing Enter key (when you are
  43.   not using Mouse device). Repeat this for a few more vertexes till' 2D
  44.   Shape object has been created.
  45.  
  46.   At this time VRPOT is limited for only 13 vertexes. It is not
  47.   because it was Freeware. I have these reason:
  48.   - It is because I used Array data type for storing 3D vertexes, not
  49.     Pointer data type which able to growing up dynamically. So I should
  50.     have decided how many bytes of memory must prepared to hold 2D 
  51.     data -which will be turn on to 3D vertexes- with economically way.
  52.   - Keep VRML object as simple as it can. It's mean we were recomended
  53.     to avoid of creating any VRML object too complicated, as using
  54.     too many vertexes etc. 
  55.     Things like this will affecting VRML Browser performances directly.
  56.   - By the way 13 is a lucky number isn't it? Do I wrong? :-)
  57.  
  58.   The shape which you've created on 2D Shaper, will turn on to 3D Object
  59.   automatically by rotating it around red line axis on the center of the
  60.   screen.
  61.  
  62.   To viewing 3D Object, from 2D Shaper (shape editor) press Right Click
  63.   or Esc Key. Select 3D Preview from main menu, and you'll see what
  64.   you've done in 3D Wireframe model.
  65.   
  66.   From now on you can save your work, or directly exporting it into
  67.   VRML file (files with WRL extension).
  68.   
  69.   SOURCE CODE
  70.   -----------
  71.   Virtual Potter 3D is freeware. But if you need the source code it is
  72.   available for only 75 US$. The source code is written on Turbo 
  73.   Pascal 6.0. Please email me if you are interesting to that code.
  74.  
  75.   CONTACTING THE AUTHOR
  76.   ---------------------
  77.   Mailing address: 
  78.   Jl. Warga No. 36 Pasar Minggu, Jakarta Selatan 12510
  79.   INDONESIA
  80.  
  81.   Home page:    
  82.   http://www.geocities.com/siliconvalley/6389
  83.  
  84.   Email address:
  85.   widyo@hotmail.com
  86.  
  87.   To  get  the  latest  version  of Virtual Potter 3D, please check 
  88.   regularly my homepage.
  89.   I would be glad if you put a links to my page from yours. So anyone
  90.   else could also enjoy Virtual Potter 3D.
  91.  
  92.                                    --- * ---
  93.